How to Install ocamlwc software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install ocamlwc software package in Ubuntu 14.04 LTS (Trusty Tahr)

ocamlwc software package provides count the lines of code and comments in OCaml sources, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install ocamlwc 

ocamlwc is installed in your system.

Make ensure the ocamlwc package were installed using the commands given below,

$ sudo dpkg-query -l | grep ocamlwc *

You will get with ocamlwc package name, version, architecture and description in a table

ocamlwc package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Development
Package ocamlwc
Version 0.3-11build1
Description count the lines of code and comments in OCaml sources
Sub Section devel


See Also, How to uninstall or remove ocamlwc software package from Ubuntu 14.04 LTS (Trusty Tahr)?